home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / bzip2.postinst < prev    next >
Text File  |  2009-06-29  |  203b  |  11 lines

  1. #!/bin/sh
  2. set -eu
  3.  
  4. # FHS
  5. #pkg=bzip2
  6. #if [ "$1" = "configure" ]; then
  7. # if [ -d /usr/doc ] && [ ! -e /usr/doc/$pkg ] && [ -d /usr/share/doc/$pkg ]; then
  8. #  ln -sf ../share/doc/$pkg /usr/doc/$pkg
  9. # fi
  10. #fi
  11.